.zl-box:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,0.3) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.your-faq-box-class {
  border-radius: 10px !important;
  overflow: hidden !important;
}

.vitality-badge-wrapper {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}

.vitality-badge {
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  background: rgba(228, 1, 82, 0.12);
  border: 1px solid rgba(228, 1, 82, 0.3);
  border-radius: 50px;
  padding: 7px 18px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ff6b9d;
  width: auto !important;
  max-width: fit-content !important;
  box-sizing: border-box;
}